Name | Description | |
---|---|---|
ReadOnlyStructList<T> Constructor | Initializes a new instance of the ReadOnlyStructList<T> class from a given instance of StructList<T>. |
The following tables list the members exposed by ReadOnlyStructList<T>.
Name | Description | |
---|---|---|
ReadOnlyStructList<T> Constructor | Initializes a new instance of the ReadOnlyStructList<T> class from a given instance of StructList<T>. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the ReadOnlyStructList<T>. | |
Item | Gets a reference to the struct at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the ReadOnlyStructList<T>. |
Name | Description | |
---|---|---|
BinarySearch | Overloaded. Searches a range of elements in the sorted ReadOnlyStructList<T> for an element using the specified GrapeCity.Documents.Common.StructComparison`1 and returns the zero-based index of the element. | |
ConvertAll<TOutput> | Converts the elements in the current ReadOnlyStructList<T> to another type, and returns a list containing the converted elements. | |
CopyTo | Overloaded. Copies the entire ReadOnlyStructList<T> to a compatible one-dimensional array, starting at the specified index of the target array. | |
CountAll | Gets the number of elements in the ReadOnlyStructList<T> that match the conditions defined by the specified predicate. | |
Exists | Determines whether the ReadOnlyStructList<T> contains elements that match the conditions defined by the specified predicate. | |
FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. | |
FindIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire ReadOnlyStructList<T>. | |
FindLastIndex | Overloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire ReadOnlyStructList<T>. | |
ForEach | Performs the specified action on each element of the ReadOnlyStructList<T>. | |
GetRange | Creates a shallow copy of a range of elements in the source ReadOnlyStructList<T>. | |
ToArray | Copies the elements of the ReadOnlyStructList<T> to a new array. | |
TrueForAll | Determines whether every element in the ReadOnlyStructList<T> matches the conditions defined by the specified predicate. |